|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.interactions.core.support.Widget
org.eclipse.vtp.framework.interactions.voice.vxml.Action
org.eclipse.vtp.framework.interactions.voice.vxml.Goto
public class Goto
The Goto class represents the <goto> VXML element. This
element causes the VXML interpreter to stop execution of the current VXML
document and begin executing the document located at the target URI.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
Goto(java.lang.String targetURI)
Creates a new instance of Goto with the specified target
URI. |
|
| Method Summary | |
|---|---|
java.lang.String |
getTargetURI()
Returns the URI of the next VXML document to process when this element is encountered by the VXML interpreter. |
void |
setTargetURI(java.lang.String targetURI)
Sets the URI of the next VXML document to process when this element is encountered by the VXML interpreter. |
protected void |
writeAttributes(org.xml.sax.helpers.AttributesImpl attributes)
Write the attribute members of this action to the supplied set. |
void |
writeWidget(org.xml.sax.ContentHandler outputHandler)
Writes the content of this widget to an XML content handler. |
| Methods inherited from class org.eclipse.vtp.framework.interactions.core.support.Widget |
|---|
toString, writeAttribute, writeChildren, writeChildren, writeWidget, writeWidget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Goto(java.lang.String targetURI)
throws java.lang.IllegalArgumentException,
java.lang.NullPointerException
Goto with the specified target
URI.
targetURI - The URI of the next VXML document to process.
java.lang.IllegalArgumentException - If the supplied URI is empty.
java.lang.NullPointerException - If the supplied URI is null.| Method Detail |
|---|
public java.lang.String getTargetURI()
public void setTargetURI(java.lang.String targetURI)
throws java.lang.IllegalArgumentException,
java.lang.NullPointerException
targetURI - The new URI of the next VXML document to process.
java.lang.IllegalArgumentException - If the supplied URI is empty.
java.lang.NullPointerException - If the supplied URI is null.
public void writeWidget(org.xml.sax.ContentHandler outputHandler)
throws java.lang.NullPointerException,
org.xml.sax.SAXException
Widget
writeWidget in class WidgetoutputHandler - The handler to write this widget to.
java.lang.NullPointerException - If the supplied content handler is
null.
org.xml.sax.SAXException - If the writing of this widget fails.protected void writeAttributes(org.xml.sax.helpers.AttributesImpl attributes)
attributes - The attribute set to write to.
java.lang.NullPointerException - If the supplied attribute set is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||